::-webkit-scrollbar {
    width: 15px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    cursor: pointer;
}
/* Track on hover */
::-webkit-scrollbar-track {
    background-color: none;
    padding: 0 4px;
}
.inner.show::-webkit-scrollbar {
    width: 18px;
    margin-left: 5px;
    height: 8%;
}
.inner.show::-webkit-scrollbar-thumb {
    border: 5px solid white;
}

.dropdown-item {
    padding-right: 2px;
}
.inner.show::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}
.inner.show::-webkit-scrollbar-thumb {
    background-color: #3b3d36;
}

.show > .btn.btn-light.dropdown-toggle,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
    background-color: #ffffff;
    color: #6c717f;
}
.dropdown.bootstrap-select.my-select-bootstrab.show {
    width: 100%;
}

.bootstrap-select .dropdown-toggle::after {
    all: unset !important;
}

.bootstrap-select .dropdown-toggle .filter-option::after {
    content: "\f107";
    font-family: "Font Awesome", "Font Awesome 5 Free", "Font Awesome Pro",
        "FontAwesome", "Arial";
    font-weight: 900;
    right: 8px;
    top: calc(41% - 6px);
    position: absolute;
    color: #3b3d36;
    font-size: 18px;
}
.bootstrap-select .dropdown-toggle .filter-option.blue::after {
    color: #3b3d36;
    font-size: 18px;
}

.bootstrap-select.show .dropdown-toggle .filter-option::after {
    content: "\f106";
    color: #3b3d36;
    font-size: 18px;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    height: 44px;
    padding: 10px 14px 10px 14px;
    background: none;
}

@media (hover: hover) {
    .bootstrap-select button.btn:active:not(.disabled):not(.static) {
        /* -webkit-transform: translateY(2px); */
        transform: none;
    }
}
.bootstrap-select .dropdown-header {
    display: none;
}
.bootstrap-select .dropdown-item:not(.btn):active,
.dropdown-item:not(.btn).active {
    background-color: white;
    color: #ffffff;
    width: 100%;
    color: var(--gray-900, #101828);

    /* Text md/Medium */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.bootstrap-select .dropdown-item:not(.btn):hover,
.dropdown-item:not(.btn):focus {
    display: flex;
    width: 100%;
    padding: 10px 10px 10px 8px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #3b3d36;
    color: #ffff;
}
.bootstrap-select .dropdown-item:not(.btn) {
    position: relative;
    padding-left: 2.25em;
    color: var(--gray-900, #101828);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 3px 14px !important;
    width: 100%;
}
.bootstrap-select .dropdown-menu.show {
    padding: 0;
    width: 80%;
    min-height: 204px !important ;
    border-radius: 8px;
    border: 1px solid var(--gray-100, #f2f4f7) !important;
    background: var(--White, #fff);
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),
        0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    z-index: 999999999999999999;
    top: 10px !important;
}
.bootstrap-select .inner.show {
    height: 204px !important;
    overflow-y: auto;
    width: 100%;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--gray-500, #667085);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
    border-radius: 8px;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #3b3d36;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;

    width: 100%;
}

.bootstrap-select .show > .btn.btn-light.dropdown-toggle,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
    border-radius: 8px;
    background: var(--White, #fff);
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); */
    color: #3b3d36;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;

    width: 100%;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    outline-offset: 0px !important;
}

.bootstrap-select .dropdown-toggle.blue {
    border-radius: 8px;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #3b3d36;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    max-width: 277px;
    min-width: 277px;
}

.bootstrap-select .my-lable-radio {
    margin-bottom: 0rem !important;
}

.bootstrap-select .my_label-radio {
    margin-bottom: 15px;
}

.bootstrap-select .my_label {
    padding-bottom: 0;
}
.bootstrap-select textarea {
    resize: none;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #d0d5dd);
    background: var(--white, #fff);

    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.bootstrap-select
    .tab-content.tab-sliding.tab-sliding.p-0.mx-n3.mx-md-0.my-3px.text-grey-d3.border-0 {
    overflow: hidden !important;
    /* margin-bottom: 70px !important; */
}
.bootstrap-select .last-step-item {
    margin-bottom: 70px !important;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f500;
    margin: 0 5px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 4%;
    color: #3b3d36;
    font-family: Plus Jakarta Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.bootstrap-select button:not(:disabled) {
    cursor: pointer;
    align-self: stretch;
    display: flex;
    /* padding: 10px 14px; */
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #d0d5dd);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #1c1d18 !important;
    line-height: 24px;
    width: 100%;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.bootstrap-select .dropdown-menu.inner {
    border: 2px solid #1b1c17 !important;
    border-radius: 9px !important;
}

.show > .btn.btn-light.dropdown-toggle,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
    border: 2px solid #1b1c17 !important;
    border-radius: 9px !important;
}

.bootstrap-select button:not(:disabled) {
    border: 1px solid var(--Gray-300, #d0d5dd) !important;
    height: 45.8px;
}

#form2 .bootstrap-select button:not(:disabled) {
    width: 100%;
    height: 48px;
    padding-top: 7px;
}

/* .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
   
} */

.dropdown.bootstrap-select.my-select-bootstrab.show .filter-option-inner-inner {
    color: #1c1d18;
}

.bootstrap-select.btn-select .dropdown-menu li.selected a span.text {
    display: inline-block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bootstrap-select.btn-select .dropdown-menu li.selected a span.text:after {
    display: none !important;
}

.bootstrap-select .bs-ok-default:after {
    display: none !important;
}

.phon-input .bootstrap-select button:not(:disabled) {
    width: 80% !important;
}

.country .bootstrap-select button:not(:disabled) {
    background-color: #ebebeb !important;
}

.text {
    margin-left: 8px;
}
.country .filter-option-inner-inner {
    color: black !important;
    font-weight: 800;
}

@media (max-width: 700px) {
    .bootstrap-select .dropdown-menu.show {
        transform: translate3d(0px, 34px, 0px) !important;
        top: 20px !important;
    }

    .bootstrap-select .dropdown-menu.inner {
        margin-top: -34px !important;
    }
}
@media (max-width: 1000px) {
    .filter-option-inner-inner,
    .text {
        font-weight: 700;
    }
}



@media (min-width: 700px) and (max-width: 800px) {
    .bootstrap-select .dropdown-menu.show {
        top: 20px !important;
    }
}


@media (min-width: 800px) and (max-width: 1400px) {
    .bootstrap-select .dropdown-menu.show {
        top: 15px !important;
    }
}

@media  (min-width: 650px) and (max-width: 800px) {
    .popup {
        left: 25%;
    }
}